home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Captain FTP 4.4.5 (trial).dmg / Captain FTP.app / Contents / Resources / Captain FTP.scriptSuite < prev    next >
Extensible Markup Language  |  2006-02-13  |  4KB  |  182 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>Xftp</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.NSApplication</string>
  15.             <key>SupportedCommands</key>
  16.             <dict>
  17.                 <key>Captain FTP.Browse</key>
  18.                 <string>DropletBrowseHandler:</string>
  19.                 <key>Captain FTP.Download</key>
  20.                 <string>DownloadHandler:</string>  
  21.                 <key>Captain FTP.Upload</key>
  22.                 <string>DropletHandler:</string>
  23.                 <key>NSCoreSuite.Create</key>
  24.                 <string>CreateHandler:</string>
  25.             </dict>
  26.         </dict>
  27.     </dict>
  28.     <key>Commands</key>
  29.     <dict>
  30.         <key>Browse</key>
  31.         <dict>
  32.             <key>AppleEventCode</key>
  33.             <string>brws</string>
  34.             <key>Arguments</key>
  35.             <dict>
  36.                 <key>AddressBook</key>
  37.                 <dict>
  38.                     <key>AppleEventCode</key>
  39.                     <string>ind5</string>
  40.                     <key>Optional</key>
  41.                     <string>YES</string>
  42.                     <key>Type</key>
  43.                     <string>NSString</string>
  44.                 </dict>
  45.                 <key>Folder</key>
  46.                 <dict>
  47.                     <key>AppleEventCode</key>
  48.                     <string>ind6</string>
  49.                     <key>Optional</key>
  50.                     <string>YES</string>
  51.                     <key>Type</key>
  52.                     <string>NSString</string>
  53.                 </dict>
  54.                 <key>Host</key>
  55.                 <dict>
  56.                     <key>AppleEventCode</key>
  57.                     <string>ind7</string>
  58.                     <key>Optional</key>
  59.                     <string>YES</string>
  60.                     <key>Type</key>
  61.                     <string>NSString</string>
  62.                 </dict>
  63.                 <key>Index</key>
  64.                 <dict>
  65.                     <key>AppleEventCode</key>
  66.                     <string>ind8</string>
  67.                     <key>Optional</key>
  68.                     <string>YES</string>
  69.                     <key>Type</key>
  70.                     <string>NSString</string>
  71.                 </dict>
  72.             </dict>
  73.             <key>CommandClass</key>
  74.             <string>NSScriptCommand</string>
  75.         </dict>
  76.         <key>Download</key>
  77.         <dict>
  78.             <key>AppleEventCode</key>
  79.             <string>dold</string>
  80.             <key>Arguments</key>
  81.             <dict>
  82.                 <key>AddressBook</key>
  83.                 <dict>
  84.                     <key>AppleEventCode</key>
  85.                     <string>in20</string>
  86.                     <key>Optional</key>
  87.                     <string>YES</string>
  88.                     <key>Type</key>
  89.                     <string>NSString</string>
  90.                 </dict>
  91.                 <key>Elements</key>
  92.                 <dict>
  93.                     <key>AppleEventCode</key>
  94.                     <string>in21</string>
  95.                     <key>Optional</key>
  96.                     <string>NO</string>
  97.                     <key>Type</key>
  98.                     <string>NSArray</string>
  99.                 </dict>
  100.                 <key>Folder</key>
  101.                 <dict>
  102.                     <key>AppleEventCode</key>
  103.                     <string>in22</string>
  104.                     <key>Optional</key>
  105.                     <string>YES</string>
  106.                     <key>Type</key>
  107.                     <string>NSString</string>
  108.                 </dict>
  109.                 <key>Host</key>
  110.                 <dict>
  111.                     <key>AppleEventCode</key>
  112.                     <string>in23</string>
  113.                     <key>Optional</key>
  114.                     <string>YES</string>
  115.                     <key>Type</key>
  116.                     <string>NSString</string>
  117.                 </dict>
  118.             </dict>
  119.             <key>CommandClass</key>
  120.             <string>NSScriptCommand</string>
  121.         </dict>
  122.         <key>Upload</key>
  123.         <dict>
  124.             <key>AppleEventCode</key>
  125.             <string>upld</string>
  126.             <key>Arguments</key>
  127.             <dict>
  128.                 <key>AddressBook</key>
  129.                 <dict>
  130.                     <key>AppleEventCode</key>
  131.                     <string>ind2</string>
  132.                     <key>Optional</key>
  133.                     <string>YES</string>
  134.                     <key>Type</key>
  135.                     <string>NSString</string>
  136.                 </dict>
  137.                 <key>Elements</key>
  138.                 <dict>
  139.                     <key>AppleEventCode</key>
  140.                     <string>aprt</string>
  141.                     <key>Optional</key>
  142.                     <string>NO</string>
  143.                     <key>Type</key>
  144.                     <string>NSArray</string>
  145.                 </dict>
  146.                 <key>Folder</key>
  147.                 <dict>
  148.                     <key>AppleEventCode</key>
  149.                     <string>ind3</string>
  150.                     <key>Optional</key>
  151.                     <string>YES</string>
  152.                     <key>Type</key>
  153.                     <string>NSString</string>
  154.                 </dict>
  155.                 <key>Host</key>
  156.                 <dict>
  157.                     <key>AppleEventCode</key>
  158.                     <string>ind1</string>
  159.                     <key>Optional</key>
  160.                     <string>YES</string>
  161.                     <key>Type</key>
  162.                     <string>NSString</string>
  163.                 </dict>
  164.                 <key>Index</key>
  165.                 <dict>
  166.                     <key>AppleEventCode</key>
  167.                     <string>indx</string>
  168.                     <key>Optional</key>
  169.                     <string>YES</string>
  170.                     <key>Type</key>
  171.                     <string>NSString</string>
  172.                 </dict>
  173.             </dict>
  174.             <key>CommandClass</key>
  175.             <string>NSScriptCommand</string>
  176.         </dict>
  177.     </dict>
  178.     <key>Name</key>
  179.     <string>Captain FTP</string>
  180. </dict>
  181. </plist>
  182.